Window.DragExit Event

Fired when the DragItem exits the Window. The Action parameter specifies the drag action. It can take the following class constants of the DragItem class: 0: DragItem.DragActionDefault 1: DragItem.DragActionCopy 2: DragItem.DragActionMove 3: DragItem.DragActionLink

Syntax

DragExit ( obj, Action )


Parameters

obj

DragItem

Action

Integer